home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Especial Multimedia
/
Especial Multimedia.iso
/
Multimed
/
Fuentes
/
FNTVIEW.ZIP
/
INTRO.TXT
< prev
next >
Wrap
Text File
|
1997-09-14
|
238b
|
14 lines
Sub Timer1_Timer ()
FontViewer.Show
Unload Intro
End Sub
Sub Form_Load ()
' Initialize form position
Left = (Screen.Width - Width) / 2
Top = (Screen.Height - Height) / 2
FontViewer.Hide
End Sub